↑ Go Back ↑
General Coding Guidelines
General Coding Guidelines
- Do not update any packages if they are not needed for your current work. If they are used in other places, don't update.
- Do not commit code that you do not understand. (especially from refactoring tools)
- Do not overcomplicate things. Use libraries for everything.
- USE YOUR BRAIN
- Ask colleagues if you're stuck.
- Do not dive into the code too much so you forget the time. Stand up, drink water, and flush your brain.
- Don't overdo Try-and-Catch, it uses more computing power than if - else